@charset "utf-8";

html,
body,
ul,
li,
p,
input,
form,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

ol,
ul,
li {
    list-style: none;
    padding: 0;
}

body {
    width: 100%;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
    font-family: "Microsoft Yahei";
    background-color: #f5f5f5;
}

img {
    border: none;
}

form {
    margin: 0px;
    padding: 0px;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    color: #383838;
    font-family: "Microsoft Yahei";
}

a:hover {
    color: #ff0000;
    text-decoration: underline;
    font-family: "Microsoft Yahei";
    text-decoration: none;
}

em,
i {
    font-style: normal
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
}

.top {

    width: 100%;
    height: 45px;
    background-color: #ffff;
    border-bottom: 1px solid rgb(210, 210, 210);

}

.top1 {

    width: 1200px;
    margin: 0px auto;
}

.top1_left {
    float: left;
    line-height: 40px;
    font-size: 12px;
}

.top1_right {
    float: right;
    text-align: right;
    line-height: 40px;
    font-size: 12px;
}

.top1_right a {
    color: rgb(31, 31, 31);
    text-decoration: none;

}

.logo {
    width: 100%;
    padding-top: 20px;
    background-color: #fff;
}

.logo_cent {
    width: 1200px;
    margin: 0 auto;
}

.logo_left {
    float: left;
    width: 750px;
    /* top: 20px; */
    /* margin-left: 400px; */


}

.logo_left img {
    width: 100px;
    height: 100px;
    float: left;
}

.logo_left span {
    float: left;
    margin-top: 15px;
}

.logo_left b {
    font-size: 35px;
    color: #3e8ce1;
    font-weight: 600;

}


.logo_right {
    float: right;
    margin-top: 20px;
    /* margin-right: 400px; */
}

.logo_right b {
    font-size: 25px;
    color: #f7560e;
    font-weight: 600;
}

.logo_right span {
    float: right;

}

.nav_main {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #3e8ce1;
    position: relative;
    z-index: 3;
}

.nav .list {
    width: 100%;
    margin: 0 auto;
    height: 55px;
    line-height: 55px;
    position: relative;
}

.nav_main .nav {
    width: 1200px;
    margin: 0 auto;
}

.nav_main .nav li {
    float: left;
    width: 150px;
    display: block;
    position: relative;
    z-index: 10;
    font-size: 16px;
    text-align: center;
}

.nav_main .nav li a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.nav_main .nav li a:hover,
.nav_main .nav li a.hover {
    background: #Fa0;
}

.nav_main .nav dl {
    width: 100%;
    background: #3e8ce1;
    left: 0;
    top: 55px;
    z-index: 12;
}

.nav_main .nav dl {
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}

.nav_main .nav li:hover dl {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.nav_main .nav dl dd {
    line-height: 45px;
    border-top: 1px solid #3e8ce1;
    text-align: left;
    position: relative;
    z-index: 12;
    display: block;
    width: 100%;
}

.nav_main .nav dl dd:first-child {
    border: none;
}

.nav_main .nav dl dd a {
    color: #fff;
    font-size: 14px;
    padding: 0;
    width: 100%;
    text-align: center;
}

.nav_main .nav dl dd a:hover,
.nav_main .nav dl dd a.hover {
    background: #3e8ce1;
}

/* .column {
    background-color: #3e8ce1;
    width: 100%;
    height: 55px;
    line-height: 55px;
    position: relative;
    z-index: 3;
}

.panel {
    width: 1200px;
    margin: 0px auto;
    color: #fff;


}

.panel .nav ul a:hover,
.panel .nav ul a.hover {
    background: #Fa0;
}

.panel ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.panel ul li {
    text-align: center;


}

.panel li a {
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    text-decoration: none;
} */

/* banner */

.index-banner {
    width: 100%;
    position: relative;
}

.index-banner .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.index-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.index-banner .swiper-slide a{width:100%;}
.index-banner .swiper-slide img {
    width: 100%;
}

.index-banner .swiper-container .swiper-button-next,
.index-banner .swiper-container .swiper-button-prev {
    z-index: 998;
    position: absolute;
    width: 50px !important;
    height: 50px !important;
    top: 50%;
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: 50% 50%;
    -webkit-transition: all ease .35s;
    transition: all ease .35s;
}

.index-banner .swiper-container .swiper-button-prev {
    left: 3%;
}

.index-banner .swiper-container .swiper-button-next {
    left: auto;
    right: 3%;
}
.index-banner .swiper-container {
  width: 100%;
  height: 100%;
}
.index-banner .swiper-slide img{
	width:100%;
	height:auto;
	min-height:100%;
	transition:1s linear 2s;
	transform:scale(1.1,1.1);
	}
.index-banner .swiper-slide-active img,.index-banner .swiper-slide-duplicate-active img{
	transition:2s linear;
	transform:scale(1,1);
	}	
.banner-text {
  margin: 0 auto;
  width: 90%;
  max-width: 1400px;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  position: absolute;
  text-align: left;
}
.banner-text a{background:none !important;}
.banner-text h1 {
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 30px;
}
.banner-text h2 {
  position:relative;
  margin-top: 1rem;
  padding-top: 30px;
  font-size: 22px;
  line-height: 30px;
  font-weight: normal;
  font-family: arial;
}
.banner-text h3{
    font-size: 28px;
    font-weight: 600;
    padding-top: 50px;
}
.banner-text h2 span{
  font-size: 18px;
  display: inline-block;
  margin-top: 15px;
}
.banner-bg-ss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.banner-text {
  z-index: 10;
}
.banner-text:before {
  content: "";
  position: absolute;
  width: 300px;
  height: 400px;
  display: block;
  border: 10px solid rgba(255, 255, 255, 0.2);
  top: 4.5rem;
  margin-top: -200px;
  left: -6rem;
  display:none;
}
.small-title {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 40px;
  font-family: 'Oswald', sans-serif;
}

@keyframes scrollTip {
  0% {
    transform: scale(1, 0);
    transform-origin: top;
  }
  49% {
    transform: scale(1, 1);
    transform-origin: top;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: bottom;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: bottom;
  }
}
.banner-background {
  transition: 1s 2.5s;
  transform: perspective(1000px) translate3d(0, 0, 100px);
}
.swiper-slide.swiper-slide-active .banner-background {
  transition: 5s 0s;
  transform: perspective(1000px) translate3d(0, 0, 0px);
}
.banner-text:before {
  transition-delay: 2s;
  transition-duration: 2s;
  transform: translate3d(-80px, 0, 0);
  opacity: 0;
}
.swiper-slide.swiper-slide-active .banner-text:before {
  transition-delay: 1.3s;
  transform: translate3d(0px, 0, 0);
  opacity: 1;
}
.swiper-slide.swiper-slide-active .banner-text:nth-child(1) {
  transition-delay: 0.5s;color:#000
}
.swiper-slide.swiper-slide-active .banner-text h1{
  transition-delay: 0.7s;    color: #3f8be3;
}
.swiper-slide.swiper-slide-active .banner-text h2{
  transition-delay: 0.9s;color: #353535;
}
.swiper-slide.swiper-slide-active .banner-text h3{
  transition-delay: 0.9s;color: #353535;
}
.banner-text{
  transition-delay: transform 2s, opacity 0s;
  transition-duration: 2s;
  transform: translate3d(0, 80px, 0);
  opacity: 0;
}
.swiper-slide.swiper-slide-active .banner-text{
  transform: translate3d(0, 0px, 0);
  opacity: 1;
}


.about-info {
    width: 100%;
    margin-top: 20px;
}

.about-info ul {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
/* about */

.index-about {
    margin-top: 4%;
    background: url(../images/inab.jpg) bottom center no-repeat;
    background-size: cover;
}

.inab-c {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4% 0 10%;
}

.inab-c .inab-l {
    width: 38%;
    margin-top: 4%;
}

.inab-c .inab-l h3 {
    font-size: 60px;
    font-weight: bold;
    color: #e6213a;
}

.inab-c .inab-l span {
    display: block;
    font-size: 38px;
    color: #333;
    margin: 4% 0;
}

.inab-c .inab-l p {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 4%;
}

.inab-c .inab-l .inab-btn {
    display: flex;
    width: 50%;
    line-height: 42px;
    background-color: #eee;
}

.inab-c .inab-l .inab-btn a {
    display: block;
    width: 50%;
    text-align: center;
}

.inab-c .inab-l .inab-btn a:first-child {
    background-color: #e6213a;
    color: #fff;
}

.inab-c .inab-r {
    width: 50%;
}

.inab-c .inab-r>img {
    max-width: 100%;
}

.inab-c .about-info {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 60%;
    box-shadow: 0 0 5px #eee;
}

.inab-c .about-info>ul {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    margin: 0 auto;
    padding: 4%;
    width: 100%;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.inab-c .about-info>ul>li {
    color: #333;
    text-align: center;
}

.inab-c .about-info>ul>li.abin-line {
    width: 1px;
    height: 90px;
    background-color: #eee;
}

.inab-c .about-info>ul>li span {
    font-size: 18px;
}

.inab-c .about-info>ul>li p {
    font-size: 18px;
}

.inab-c .about-info>ul>li i {
    font-size: 60px;
    font-weight: bold;
    font-style: normal;
}


/* about end */

.about-info>ul>li {
    color: #333;
    text-align: center;
}

.about-info>ul>li.abin-line {
    width: 1px;
    height: 90px;
}

.about-info>ul>li span {
    font-size: 18px;
}

.about-info>ul>li p {
    font-size: 18px;
}

.about-info>ul>li i {
    font-size: 60px;
    font-weight: bold;
    font-style: normal;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #4d4b4c;
}


.about {
    width: 1200px;
    margin: 0px auto;
    height: 375px;
    padding-top: 20px;
    background-image: url('');
    margin-bottom: 20px;
}

.about1 {
    float: left;
    width: 48%;
}

.about strong {
    line-height: 40px;
    font-size: 45px;
    font-weight: 600;
    color: #3e8ce1;

}

.about1 span {
    font-size: 30px;
    color: #4c4a4b;
}

.about1 p {

    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
}

.about1 .information {
    width: 100%;
    float: left;
    display: block;
}

.information li {
    width: 135px;
    float: left;
    display: block;
}


.information strong {
    font-size: 40px;
    color: #4c4a4b;
}

.information span {
    line-height: 40px;

    font-size: 20px;
    color: #4c4a4b;

}

.about2 {
    float: right;
    width: 50%;
    display: block;
}

.about2 video {

    border: 5px solid #7eb0e5;

}

.about2 img {
    width: 100%;
    height: 350px;
}

.Product {
    width: 1200px;
    height: 1100px;
    margin: 0px auto;
    text-align: center;
    padding-top: 25px;

}

.Product_title {
    width: 100%;
    text-align: center;

}

.Product_title h3 {
    line-height: 50px;
    font-size: 30px;
    color: #3e8ce1;
}

.Product_title span {
    color: #3e8ce1;
}

.Product_categories {
    width: 294px;
    height: auto;
    float: left;
    background-color: #3e8ce1;
}

.categories_title {
    height: 88px;
}

.Product_categories span {

    float: left;
    color: #fff;
    font-size: 14px;
    text-align: left;
    margin-left: 30px;
    margin-top: 20px;
}

.Product_categories b {
    font-size: 30px;
}

.Product_categories h3 {
    font-size: 25px;
    padding-top: 25px;
}

.categories_title {
    width: 100%;
    height: 88px;
}

.categories_title span {
    float: left;
    color: #fff;
    font-size: 14px;
    text-align: left;
    margin-left: 30px;
    margin-top: 20px;
}

.categories_title img {
    width: 80px;
    height: 80px;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}

.Product_categories ul {
    width: 294px;

    background-color: #fff;
    float: left;
}

.Product_categories li {
    width: 244px;
    height: 40px;
    border: #7eb0e5 dashed 1px;
    border-radius: 30px;
    float: none;
    margin: 10px 25px;
    text-align: left;
    line-height: 40px;
    color: #7eb0e5;
    display: block;

}

.yuan {
    width: 5px;
    height: 5px;
    float: left;
    margin-top: 16px;
    margin-left: 20px;
    border: #7eb0e5 solid 2px;
    border-radius: 5px;

}

.san {
    width: 0px;
    height: 0px;
    float: right;
    margin-top: 14px;
    margin-right: 20px;
    line-height: 40px;
    /* background-color:#FFeeee;*/
    border: 5px solid #7eb0e5;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.Product_categories a {
    font-size: 18px;
    color: #3e8ce1;

    margin-left: 15px;
    text-decoration: none;
}

.categories_contact {
    width: 294px;
    height: 165px;
    float: left;
}

.categories_contact h3 {
    font-size: 25px;
    color: #fff;
}

.contact_phone {
    padding-top: 5px;
}

.contact_phone span {
    width: 244px;
    font-size: 18px;
    color: rgb(255, 255, 255);
}

.contact_phone b {
    font-size: 20px;
}

.contact_phone img {
    width: 50px;
    height: 50px;
    float: left;

}

.Product_display {
    width: 73%;
    float: right;
    /* margin-left: 46px; */
    text-align: center;
    /* margin-right: 242px; */
}

.Product_display li {
    width: 268px;
    height: 279px;
    display: block;
    float: left;
    border: #bdbdbd solid 1px;
    margin-right: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.Product_display ul li:hover li{
     border: #7eb0e5 solid 1px;
}
.Product_display li:hover img{transform: scale(1.1);}

.Product_display img {
    width: 100%;
    height: 279px;
    object-fit: contain;
    background-color: #fff;
    transition: all 0.5s;
}

.display_title {
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.display_title a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

.Product_title img {
    width: 20px;
    height: 20px;
    padding: 20px;

}

.advantage {
    width: 1200px;
    margin: 0px auto;
    padding-top: 20px;
    background: url(../imge/ysicon.png)  center;


}

.advantage_title {
    width: 100%;
    height: 100%;
    text-align: center;
}

.advantage_title img {
    margin-top: 40px;
}

.advantage_Core {
    width: 50%;
    display: block;
    margin-top: 30px;
    margin-left: 30px;
}

.advantage_Core img {
    width: 146px;
    height: 123px;
    float: left;
}

.label {
    width: 334px;
    height: 40px;
    border-radius: 10px;
    background-color: #3e8ce1;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    float: left;
    margin-top: 82px;
    margin-left: 15px;

}

.label span {
    margin-left: 25px;

}

.advantage_Core li {
    display: block;
}

.advantage_Core p {
    width: 513px;
    /* margin-top: 45px; */
    float: left;
}

.advantage_img {
    width: 50%;
    display: inline-block;
    /* margin-top: 30px; */

}

.advantage_img img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    display: inline-block;
    margin-left: 20px;

}

.advantage_Core1 {
    width: 50%;
    float: right;
    margin-top: 20px;
    margin-left: 20px;
}

.advantage_Core1 img {
    width: 146px;
    height: 123px;
    float: left;

}

.label1 {
    width: 334px;
    height: 40px;
    border-radius: 10px;
    background-color: #3e8ce1;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    float: left;
    margin-top: 82px;
    margin-left: 15px;

}

.label1 span {
    margin-left: 25px;

}

.advantage_Core1 li {
    display: block;
}

.advantage_Core1 p {
    width: 513px;

    float: left;
}

.advantage_img1 {
    width: 50%;

    margin-top: -300px;

}

.advantage_img1 img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    display: inline-block;

}

.flow {

    margin: 0 auto;
    text-align: center;
    padding: 50px;
}

.flow_title h3 {
    font-size: 30px;
    color: #3e8ce1;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.flow_title span {
    font-size: 18px;
    color: #999999;
    display: block;
}



.flow_title h3::after {
    position: absolute;
    width: 122px;
    height: 20px;
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background: url(../imge/16588297269537.png) no-repeat;
}

.flow_title h3::before {
    position: absolute;
    width: 122px;
    height: 22px;
    left: -150px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background: url(../imge/16588296838961.png) no-repeat;
}


.title_right img {
    position: absolute;
    width: 122px;
    height: 15px;
    margin-left: 100px;
    float: right;
}

.flow_tu {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 0;
}

.flow_tu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flow_tu li {
    width: 128px;
    height: 116px;
    display: block;
    border: 1px solid #e3e3e3;
}
.sk{display:none;}
.flow_tu ul li:hover .sk{
    display: block;
}
.flow_tu ul li:hover .sv{
    display: none;
}
.certificate {

    width: 100%;
    margin: 0 auto;
    padding-top: 120px;
    text-align: center;
}

.certificate_title h3 {
    font-size: 30px;
    color: #3e8ce1;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.certificate_title {
    margin-bottom: 50px;
}

.certificate_title h3::before {
    position: absolute;
    width: 122px;
    height: 22px;
    left: -150px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background: url(../imge/16588296838961.png) no-repeat;
}

.certificate_title h3::after {
    position: absolute;
    width: 122px;
    height: 20px;
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background: url(../imge/16588297269537.png) no-repeat;
}


.certificate_title span {
    font-size: 18px;
    color: #999999;
}

.certificate_tu {
    max-width: 1200px;
    height: 300px;
    margin: 0 auto;
    margin-top: 65px;
    overflow: hidden;
    white-space: nowrap;
}

.certificate_tu ul {
    width: 4500px;
    margin: 0 auto;
    margin-left: 3px;
    box-sizing: border-box;

}

.certificate_tu li {
    display: block;
}

.certificate_tu img {
    width: 203px;
    height: 283px;
    display: block;
    float: left;
    margin-right: 40px;
}

.tu_left {
    margin-left: -48px;
    float: left;
}

.tu_left img {
    position: absolute;
    width: 33px;
    height: 83px;

    padding-top: 96px;

}

.tu_right {
    margin-right: 300px;
    float: right;
}

.tu_right img {
    position: absolute;
    width: 33px;
    height: 83px;
    margin-left: 295px;
    float: right;
    padding-top: 96px;
}

/* album */
.ind_ryzz{position: relative;max-width:1300px;margin:0 auto;}
.swiper-container-album {
    margin: 0px auto;
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
    
}

.swiper-container-album .swiper-slide a {
    position: relative;
    display: block;
    width: 99%;
    height: 283px;
    overflow: hidden;
    /* border: 1px solid #5d9b38; */
}

.swiper-container-album .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s;
}

.swiper-container-album .swiper-slide:hover img {
    transform: scale(1.05);
}

.swiper-container-album .swiper-slide a>p {
    position: absolute;
    width: 100%;
    line-height: 32px;
    background-color: rgba(0, 0, 0, .6);
    bottom: -1px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.swiper-container-album .swiper-button-prev {
    left: -4%;
    background: url(../imge/16588866542110.png) center no-repeat;
}

.swiper-container-album .swiper-button-next {
    right: -4%;
    background: url(../imge/16588866851891.png) center no-repeat;

}

/* album end */
.news-bg .innews-l {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.innews-l {
    width: 100%;
    margin: 0 auto;
}

.innews-l .innews-tit {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    /* margin-bottom: 4%; */
    background: url(../images/intic.png) left 4px no-repeat;
    background-size: 26px;
    padding-left: 38px;
    padding-bottom: 1%;
    /* border-bottom: 1px solid #ddd; */
}

.innews-l .innews-tit.int-faq {
    background-image: url(../images/intfaq.png);
}

.innews-tit h4 {
    position: relative;
    font-size: 18px;
    background-color: #3e8ce1;
    margin-right: 3%;
    width: 150px;

}

.innews-l .innews-tit>h4:nth-child(2) {
    /* padding-left: 35px; */
}

/* .innews-l .innews-tit>h4:nth-child(2)::before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background-color: #999;
    position: absolute;
    left: 10px;
    top: 8px;
} */

.innews-l .innews-tit h4 a {
    color: rgb(255, 255, 255);
}

.innews-l .innews-tit h4.cur a {

    color: #ffffff;
    background-color: #fca301;
}

.innews-l .innews-tit h4 a {
    display: block;
    line-height: 40px;
    flex: 1;
    text-align: center;
}

.more {
    margin-left: 720px;
}

.more a {
    line-height: 40px;
    border: #000 1px dashed;
    padding: 10px;
}

.innews-l .scinew {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.innews-l .scinew .inw-img {
    width: 579px;
    height: 291px;
}

.innews-l .scinew .scinew-t {
    margin-bottom: 3%;
    padding-bottom: 3%;
    /* border-bottom: 1px solid #ddd; */
    float: left;
}

.innews-l .scinew img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.date {
    float: left;
    background-color: #fff;
}

.scinew .date h3 {
    font-size: 48px;
    color: #313131;
    font-weight: bold;
    padding: 35px;
    /* line-height: 54px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    border-right: #ccc 1px solid;
}
.inw_newsbox{border: #ccc 1px solid;}
.scinew .date h3 span {
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
    color: #656764;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.t {
    background-color: #fff;
    text-align: left;
    padding: 29px;
    width: 381px;
    float: right;
}

.innews-l .scinew h4 span {
    display: inline-block;
    width: 70px;
    line-height: 25px;
    background-color: #ffffff;
    border-radius: 12px;
    text-align: center;
    font-weight: normal;
    color: #fff;
    margin-right: 15px;
}

.innews-l .scinew p {
    color: #666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.innews-l .scinew p span {
    color: #0049c0;
}

.scinew-b {
    margin-bottom: 13px;float: right;
}

.scinew-b .date {
}

.scinew-b .t {
    background-color: #fff;
    text-align: left;
    padding: 26px;
    width: 381px;
    float: right;
}

.innews-l .scinew-b a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: #ccc 1px solid;
}

.innews-l .scinew-b h4 {
    line-height: 30px;
    font-size: 15px;
    font-weight: normal;
    color: #666;
}

.innews-l .scinew-b h4 span {
    width: 15px;
    height: 15px;
    border-radius: 0;
    line-height: 16px;
    margin-right: 6px;
}

.innews-l .innews-r {
    width: 48%;
}

.innews-l .scifaq {}

.innews-l .scifaq .scifaq-t {
    margin-bottom: 5%;
    padding-bottom: 5%;
    border-bottom: 1px solid #ddd;
}

.innews-l .scifaq h4 {
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 1%;
}

.innews-l .scifaq p {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.innews-l .scifaq-b h4 {
    position: relative;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 34px;
    color: #666;
    padding-left: 15px;
}

.innews-l .scifaq-b h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 0;
    height: 0;
    border: 4px solid #333;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.innews-l .scifaq-b h4:hover {
    color: #0049c0;
    text-decoration: underline;
}

.innews-l .scifaq-b h4:hover::before {
    border-left-color: #0049c0;
}

.innews-l .scifaq-img {
    margin-top: 4%;
}

.innews-l .scifaq-img a {
    display: flex;
    flex-wrap: wrap;
}

.innews-l .scifaq-img img {
    width: 80%;
}

.innews-l .scifaq-img p {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 20%;
    background-color: #0049c0;
    color: #fff;
    text-align: center;
}

.innews-l .scifaq-img p>img {
    width: 25px;
    height: 25px;
}


/* news-con end */

.news {

    width: 100%;
    margin: 0 auto;
    padding-top: 120px;
    text-align: center;
}



.news span {
    font-size: 18px;
    color: #999999;
}

.news_contact {
    width: 1200px;
    margin: 0 auto;
}

.news_contact li {
    width: 150px;
    height: 40px;
    background-color: #3e8ce1;
    display: block;
    float: left;
    margin-right: 20px;
}

.news_contact a {
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    line-height: 40px;
}

.news_more {
    float: right;
    width: 73px;
    height: 40px;
    border: 1px dashed #000;
}

.news_more a {
    color: #000;
    line-height: 40px;
}

.news_more span {
    font-size: 20px;
    color: #000;
}

.news_left {
    width: 50%;
    float: left;


}

.news_title {
    margin-bottom: 30px;
}

.news_title h3 {
    font-size: 30px;
    color: #3e8ce1;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    position: relative;
}



.news_title h3::before {
    position: absolute;
    width: 122px;
    height: 22px;
    left: -150px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background: url(../imge/16588296838961.png) no-repeat;
}

.news_title h3::after {
    position: absolute;
    width: 122px;
    height: 20px;
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background: url(../imge/16588297269537.png) no-repeat;
}

.news_left img {
    width: 579px;
    height: 291px;
    margin-left: -11px;
    padding-top: 20px;
}

.news_left ul {
    margin: 0;
    padding: 0;
}

.news_left li {
    text-align: center;
    display: block;
    margin-left: 352px;

}

.news_left li a {
    text-decoration: none;
}

.news_right {
    width: 50%;
    float: right;
    margin-top: 17px;
}

.news_right li {
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
}

.news_right li a {
    text-decoration: none;
}


.news_date {
    width: 124px;
    height: 96px;
    padding-top: 21px;
    border: #e3e3e3 solid 1px;
    background-color: #fff;
    text-align: center;
    float: left;
    font-size: 20px;
    padding-bottom: 20px;
    color: rgb(76, 76, 76);

}

.news_date span {
    font-size: 35px;
    font-weight: bold;
    color: #000;
}

.news_text {
    width: 423px;
    height: 105px;
    border: #e3e3e3 solid 1px;
    background-color: #fff;
    text-align: left;
    padding: 16px;
    margin-left: 124px;
}

.news_text h4 {
    font-size: 20px;
    margin: 0;
    text-decoration: none;
    color: #000;
}

.news_text p {
    font-size: 16px;
    margin: 20px 0 0;
    color: #9999;

}

.foot {
    column-span: all;
    width: 100%;
    height: 308px;
    background-color: #0091e4;
}

.foot_content {
    width: 1200px;
    margin: 0 auto;

}

.foot_Qr {
    width: 241px;
    height: 308px;
    background-color: #fff;
    float: left;
}

.Qr_decoration {
    width: 241px;
    height: 6px;
    background-color: #ffd801;
}

.Qr img {
    width: 134px;
    height: 134px;
    border-bottom: 1px solid #000;
    text-align: center;
    margin-top: 40px;
    margin-left: 54px;

}

.Qr p {
    margin-top: 20px;
    margin-left: 66px;
    color: #999;
}

.foot_column li {
    float: left;
    display: block;
    padding: 20px;

}

.foot_column a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
}

.foot_information {
    width: 65%;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 233px;
}


.information_left {
    float: left;
    margin-top: 35px;

}

.information_left p {
    font-size: 14px;
    text-align: left;
    color: #fff;

    line-height: 30px;
}

.information_right {
    float: right;
    margin-top: 35px;
    text-align: left;
}

.column_decoration {
    width: 815px;
    border-bottom: 1px solid #fff;
    margin-top: 66px;
    margin-left: 25px;
}

.information_right span {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 40px;
}

.information_right a {
    text-decoration: none;
    line-height: 40px;
    color: #fff;
}

.copyright {
    margin: 0 a;
    height: 25px;
    background-color: rgba(35, 35, 35, 0.6);
    text-align: center;
    padding: 10px;
}

.copyright span {
    font-size: 14px;
    color: #fff;
}

.copyright a {
    color: #fff;
    text-decoration: none;
}